golang.org/x/sync/singleflight.Group.mu (field)
11 uses
golang.org/x/sync/singleflight (current package)
singleflight.go#L74: mu sync.Mutex // protects m
singleflight.go#L92: g.mu.Lock()
singleflight.go#L98: g.mu.Unlock()
singleflight.go#L111: g.mu.Unlock()
singleflight.go#L123: g.mu.Lock()
singleflight.go#L130: g.mu.Unlock()
singleflight.go#L136: g.mu.Unlock()
singleflight.go#L156: g.mu.Lock()
singleflight.go#L157: defer g.mu.Unlock()
singleflight.go#L211: g.mu.Lock()
singleflight.go#L213: g.mu.Unlock()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |